runtime.TypeAssertionError.asserted (field)

4 uses

	runtime (current package)
		error.go#L28: 	asserted      *_type
		error.go#L39: 	as := toRType(e.asserted).string()
		error.go#L48: 			if toRType(e.concrete).pkgpath() != toRType(e.asserted).pkgpath() {
		iface.go#L102: 	panic(&TypeAssertionError{concrete: typ, asserted: &inter.Type, missingMethod: itabInit(m, false)})